home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / sgml / sgml2latex-format.1.3.tar.Z / sgml2latex-format.1.3.tar / bin / aestrip next >
Text File  |  1993-03-12  |  390b  |  18 lines

  1.  
  2. # synopsis: aestrip <file> | format -- ...
  3.  
  4. # author: Tom Gordon
  5. # date : 26 May 92
  6.  
  7. # strip the "qwertz.dtd" system name from the doctype declartion,
  8. # which is assumed to be on the first line
  9.  
  10. # handles an Author/Editor bug.  Author/Editor should not, but does,
  11. # include the system name when there is a public name.
  12.  
  13. # Does not change or move source file.
  14.  
  15. sed '1s/"qwertz.dtd"//' $1
  16.  
  17.  
  18.